home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / ab3.dir / 00117_Script_117 < prev    next >
Text File  |  1995-11-28  |  265b  |  22 lines

  1. on exitFrame
  2.   --3
  3.   
  4.   
  5.   HL 45,28
  6.  
  7.   preLoadCast 35, 36
  8.   
  9.   if rollover(3) then
  10.     show "V003.A"
  11.   else
  12.     if rollover(4) then
  13.       show "V003.b"
  14.     else
  15.       reshow "3", "V003"
  16.       prompt2
  17.     end if
  18.   end if
  19.   
  20.   go the frame
  21.   
  22. end